home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TC2CDDLG / TC2CDDLG.txt < prev   
Text File  |  2005-01-07  |  1KB  |  53 lines

  1. object C2CDDlg: TC2CDDlg
  2.   Left = 427
  3.   Top = 205
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   Caption = 'Burn'
  7.   ClientHeight = 91
  8.   ClientWidth = 201
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 60
  22.     Top = 0
  23.     Width = 80
  24.     Height = 31
  25.     AutoSize = True
  26.     Picture.Data = {<image001.TJvGIFImage>}
  27.   end
  28.   object prog: TProgressBar
  29.     Left = 0
  30.     Top = 40
  31.     Width = 201
  32.     Height = 17
  33.     TabOrder = 0
  34.   end
  35.   object cancel_btn: TButton
  36.     Left = 48
  37.     Top = 64
  38.     Width = 105
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object tmr: TTimer
  45.     Enabled = False
  46.     OnTimer = tmrTimer
  47.   end
  48.   object AppEvnt: TApplicationEvents
  49.     OnActivate = AppEvntActivate
  50.     Left = 32
  51.   end
  52. end
  53.